Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #162

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/parse (source) ^19.0.3 -> ^19.5.0 age adoption passing confidence
@tanstack/query-core (source) ^5.55.4 -> ^5.56.2 age adoption passing confidence
nx (source) ^19.7.0 -> ^19.7.3 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.5 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
vue (source) ^3.5.4 -> ^3.5.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/parse)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/parse

19.0.3 (2024-02-28)

Bug Fixes
TanStack/query (@​tanstack/query-core)

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes
Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister
Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes
Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister
Packages

v5.56.0

Compare Source

Version 5.56.0 - 9/12/24, 9:56 AM

Changes
Feat
  • core: ensureInfiniteQueryData (#​8048) (edec4a6) by Dominik Dorfmeister
Docs
Packages
nrwl/nx (nx)

v19.7.3

Compare Source

19.7.3 (2024-09-12)

🚀 Features
  • core: import warns when source and destination directories are different (#​27875)
🩹 Fixes
  • core: handle sync generator failures (#​27650)
  • core: handle --no-interative for create-nx-workspace (#​27702)
  • core: respect filenames of inputs when computing task hash (#​27873)
  • core: handleErrors should display error cause if it exists (#​27886)
  • gradle: fix gradle app deps (#​27865)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#​27636)
  • misc: createNodesV2 plugins should show inference capabilities (#​27896)
  • nx-cloud: include nxCloudId when generating connect urls (#​27882)
  • webpack: handle relative paths for additionalEntryPath (#​27885)
❤️ Thank You

v19.7.2

Compare Source

19.7.2 (2024-09-10)
🩹 Fixes
  • core: take nx-release-publish target defaults into account for implicit target (#​27764)
  • release: ensure git commits containing pipe can be parsed reliably (#​27840)
❤️ Thank You

v19.7.1

Compare Source

19.7.1 (2024-09-10)

🚀 Features
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#​27787)
🩹 Fixes
  • core: make sure sharedGlobals is referenced in default namedInputs (#​27813)
  • release: respect updateDependents being explicitly disabled in conventional commits (#​27851)
❤️ Thank You
vitejs/vite (vite)

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.5

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
Copy link

pkg-pr-new bot commented Sep 16, 2024

pnpm add https://pkg.pr.new/@tanstack/config@162

commit: fb14db4

Copy link

nx-cloud bot commented Sep 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit fb14db4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@renovate renovate bot merged commit ba3c6bc into main Sep 16, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 16, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants